3.1.11 \(\int x^2 (a+b x^3)^2 (A+B x^3) \, dx\)

Optimal. Leaf size=42 \[ \frac {\left (a+b x^3\right )^3 (A b-a B)}{9 b^2}+\frac {B \left (a+b x^3\right )^4}{12 b^2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 42, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {444, 43} \begin {gather*} \frac {\left (a+b x^3\right )^3 (A b-a B)}{9 b^2}+\frac {B \left (a+b x^3\right )^4}{12 b^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^2*(a + b*x^3)^2*(A + B*x^3),x]

[Out]

((A*b - a*B)*(a + b*x^3)^3)/(9*b^2) + (B*(a + b*x^3)^4)/(12*b^2)

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 444

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] && NeQ[b*c - a*d, 0] && EqQ[m
- n + 1, 0]

Rubi steps

\begin {align*} \int x^2 \left (a+b x^3\right )^2 \left (A+B x^3\right ) \, dx &=\frac {1}{3} \operatorname {Subst}\left (\int (a+b x)^2 (A+B x) \, dx,x,x^3\right )\\ &=\frac {1}{3} \operatorname {Subst}\left (\int \left (\frac {(A b-a B) (a+b x)^2}{b}+\frac {B (a+b x)^3}{b}\right ) \, dx,x,x^3\right )\\ &=\frac {(A b-a B) \left (a+b x^3\right )^3}{9 b^2}+\frac {B \left (a+b x^3\right )^4}{12 b^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 51, normalized size = 1.21 \begin {gather*} \frac {1}{36} x^3 \left (12 a^2 A+4 b x^6 (2 a B+A b)+6 a x^3 (a B+2 A b)+3 b^2 B x^9\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^2*(a + b*x^3)^2*(A + B*x^3),x]

[Out]

(x^3*(12*a^2*A + 6*a*(2*A*b + a*B)*x^3 + 4*b*(A*b + 2*a*B)*x^6 + 3*b^2*B*x^9))/36

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int x^2 \left (a+b x^3\right )^2 \left (A+B x^3\right ) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[x^2*(a + b*x^3)^2*(A + B*x^3),x]

[Out]

IntegrateAlgebraic[x^2*(a + b*x^3)^2*(A + B*x^3), x]

________________________________________________________________________________________

fricas [A]  time = 1.03, size = 53, normalized size = 1.26 \begin {gather*} \frac {1}{12} x^{12} b^{2} B + \frac {2}{9} x^{9} b a B + \frac {1}{9} x^{9} b^{2} A + \frac {1}{6} x^{6} a^{2} B + \frac {1}{3} x^{6} b a A + \frac {1}{3} x^{3} a^{2} A \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(b*x^3+a)^2*(B*x^3+A),x, algorithm="fricas")

[Out]

1/12*x^12*b^2*B + 2/9*x^9*b*a*B + 1/9*x^9*b^2*A + 1/6*x^6*a^2*B + 1/3*x^6*b*a*A + 1/3*x^3*a^2*A

________________________________________________________________________________________

giac [A]  time = 0.15, size = 53, normalized size = 1.26 \begin {gather*} \frac {1}{12} \, B b^{2} x^{12} + \frac {2}{9} \, B a b x^{9} + \frac {1}{9} \, A b^{2} x^{9} + \frac {1}{6} \, B a^{2} x^{6} + \frac {1}{3} \, A a b x^{6} + \frac {1}{3} \, A a^{2} x^{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(b*x^3+a)^2*(B*x^3+A),x, algorithm="giac")

[Out]

1/12*B*b^2*x^12 + 2/9*B*a*b*x^9 + 1/9*A*b^2*x^9 + 1/6*B*a^2*x^6 + 1/3*A*a*b*x^6 + 1/3*A*a^2*x^3

________________________________________________________________________________________

maple [A]  time = 0.04, size = 52, normalized size = 1.24 \begin {gather*} \frac {B \,b^{2} x^{12}}{12}+\frac {\left (b^{2} A +2 a b B \right ) x^{9}}{9}+\frac {A \,a^{2} x^{3}}{3}+\frac {\left (2 a b A +a^{2} B \right ) x^{6}}{6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*(b*x^3+a)^2*(B*x^3+A),x)

[Out]

1/12*b^2*B*x^12+1/9*(A*b^2+2*B*a*b)*x^9+1/6*(2*A*a*b+B*a^2)*x^6+1/3*A*a^2*x^3

________________________________________________________________________________________

maxima [A]  time = 0.49, size = 51, normalized size = 1.21 \begin {gather*} \frac {1}{12} \, B b^{2} x^{12} + \frac {1}{9} \, {\left (2 \, B a b + A b^{2}\right )} x^{9} + \frac {1}{6} \, {\left (B a^{2} + 2 \, A a b\right )} x^{6} + \frac {1}{3} \, A a^{2} x^{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(b*x^3+a)^2*(B*x^3+A),x, algorithm="maxima")

[Out]

1/12*B*b^2*x^12 + 1/9*(2*B*a*b + A*b^2)*x^9 + 1/6*(B*a^2 + 2*A*a*b)*x^6 + 1/3*A*a^2*x^3

________________________________________________________________________________________

mupad [B]  time = 2.38, size = 51, normalized size = 1.21 \begin {gather*} x^6\,\left (\frac {B\,a^2}{6}+\frac {A\,b\,a}{3}\right )+x^9\,\left (\frac {A\,b^2}{9}+\frac {2\,B\,a\,b}{9}\right )+\frac {A\,a^2\,x^3}{3}+\frac {B\,b^2\,x^{12}}{12} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*(A + B*x^3)*(a + b*x^3)^2,x)

[Out]

x^6*((B*a^2)/6 + (A*a*b)/3) + x^9*((A*b^2)/9 + (2*B*a*b)/9) + (A*a^2*x^3)/3 + (B*b^2*x^12)/12

________________________________________________________________________________________

sympy [A]  time = 0.08, size = 54, normalized size = 1.29 \begin {gather*} \frac {A a^{2} x^{3}}{3} + \frac {B b^{2} x^{12}}{12} + x^{9} \left (\frac {A b^{2}}{9} + \frac {2 B a b}{9}\right ) + x^{6} \left (\frac {A a b}{3} + \frac {B a^{2}}{6}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2*(b*x**3+a)**2*(B*x**3+A),x)

[Out]

A*a**2*x**3/3 + B*b**2*x**12/12 + x**9*(A*b**2/9 + 2*B*a*b/9) + x**6*(A*a*b/3 + B*a**2/6)

________________________________________________________________________________________